var go/types.emptyInterface

10 uses

	go/types (current package)
		builtins.go#L582: 			check.assignment(x, &emptyInterface, "argument to built-in "+bin.name)
		builtins.go#L630: 		check.assignment(x, &emptyInterface, "argument to panic")
		builtins.go#L637: 			check.recordBuiltinType(call.Fun, makeSig(nil, &emptyInterface))
		builtins.go#L663: 		x.typ = &emptyInterface
		interface.go#L32: var emptyInterface = Interface{complete: true, tset: &topTypeSet}
		interface.go#L55: 		return &emptyInterface
		object.go#L602: 		assert(Identical(typ, &emptyInterface))
		object.go#L603: 		typ = &emptyInterface
		typeparam.go#L123: 			return &emptyInterface
		typeparam.go#L128: 			return &emptyInterface